# Experiment 1: R&I 2019/2020 Correlation Field dependency and Cybersickness
# Study run by J. Josupeit and J. Kopp


"R&I_2019_CSV RFT" contains Unity Data for the RFT condition of the experiment, there is one file per participant. 
The files are named like this: "weekday, day.month.year_participant number" (in German), so the last 3 digits indicate the participant the data is for (e.g. "Mittwoch, 22. Januar 2020_044" -> data for participant 44)
sometimes there are multiple files per participant (e.g. for 55: "Donnerstag, 23. Januar 2020_059" & "Donnerstag, 23. Januar 2020_059_C" -> in this case use the experimental protocol to find out how to proceed

The delimiter for the Unity data is "/", the decimal separator is ",". 
It contains the following variables:

# Timestamp - date and time (format yyyy.mm.dd hh:mm:ss)
# Trialnumber - trialnumber
# X_Frame, Y_Frame, Z_Frame - x, y and z position of the frame in Unity-coordinates 
# X_Rod, Y_Rod, Z_Rod - x, y and z position of the rod in Unity-coordinates 
# X_Controller_Input, Y_Controller_Input - input from the trackpad along the physical x- and y-axes
# X_Controller_Position, Y_Controller_Position, Z_Controller_Position - position of the controller in Unity-coordinates 
# X_Controller_Tilt, Y_Controller_Tilt, Z_Controller_Tilt - rotation of the controller in Unity-coordinates 
# X_Head, Y_Head, Z_Head - position of the HMD the participant is wearing in Unity-coordinates
# X_Head_Tilt, Y_Head_Tilt, Z_Head_Tilt - rotation of the HMD the participant is wearing in Unity-coordinates

